UnderlineStyle Enumeration
Represents a style for underlining text.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum UnderlineStyle
Public Enumeration UnderlineStyle
| Solid | 0 |
Text has a solid line underlining it.
|
| Dotted | 1 |
Text has a dotted line underlining it.
|
| Dash | 2 |
Text has a dashed line underlining it.
|
| LongDash | 3 |
Text has a dashed line whose dashes are longer than the ones from the dashed line for value dash underlining it.
|
| DotDash | 4 |
Text has a line whose repeating pattern is a dot followed by a dash underlining it.
|
| DotDotDash | 5 |
Text has a line whose repeating pattern is two dots followed by a dash underlining it.
|
| Wave | 6 |
Text has a wavy line underlining it.
|
| None | 7 |
Text has no underlining.
|